projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad1b464
)
Fix comment typo.
author
Glenn Morris
<rgm@gnu.org>
Thu, 21 Feb 2008 07:55:04 +0000
(07:55 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 21 Feb 2008 07:55:04 +0000
(07:55 +0000)
src/composite.c
patch
|
blob
|
history
diff --git
a/src/composite.c
b/src/composite.c
index d3ca16c6bdbef46a48ba05e8543ce006fbd17056..52fae5532818fafc03b6fd68e90e603938d5aeaa 100644
(file)
--- a/
src/composite.c
+++ b/
src/composite.c
@@
-801,7
+801,7
@@
syms_of_composite ()
args[1] = Qequal;
args[2] = QCweakness;
/* We used to make the hash table weak so that unreferenced
- compostions can be garbage-collected. But, usually once
+ compos
i
tions can be garbage-collected. But, usually once
created compositions are repeatedly used in an Emacs session,
and thus it's not worth to save memory in such a way. So, we
make the table not weak. */